Calendar server ports reset to 80, 443 when upgraded to server 5
OS X Server Calendar service should still answer in ports 8008 and 8443, right?
Calendar service was running but unreachable after upgrade to server 5, for this reason:
bash-3.2# serveradmin settings calendar (irrelevant stuff left out from the result)
calendar:EnableSSL = yes
calendar:HTTPPort = 80
calendar:SSLPort = 443
After fixing this to
calendar:HTTPPort = 8008
calendar:SSLPort = 8443
Normal operation resumed, for client which were already configured.
I tried to add a CalDAV account to Calendar, and it didn't work with defaults. By manually specifying all parameters it does work.
Has Apple changed the way how this should be working? I mean, did I just fix the wrong place, should I look at Apache virtual host configs or something?